@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', sans-serif
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    bottom: 30px;
    right: 20px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.fa-whatsapp {
    font-size: 50px;
}

.float:hover {
    background-color: #1b9b4a;

}
:root{

    --color_text-primary: #ffe600 ;
    --color-text-secundary: #101e2c;
    --color-text-tertiary:#485663;
    --main_color-primary: #ffe600;
    --main_color-secundary:#ffffff;
    --background-color: #e9e9e9;
    --lowText_fon_size: 16px;
    --text_size_title: 40px;
    --text_title_card: 20px;
    --text_paragraph: 16px;
    --box_shadow-primary:0px 6px 50px -20px rgba(0,0,0,0.2);
}   
p.slogan{
    font-size: 17px;
    color: #fff;
   
}
.logo h1{
   color: rgb(255, 247, 4);
    font-size: 25px ;
    font-family:Arial, Helvetica, sans-serif, ;
    -webkit-text-stroke: 0.8px rgba(3, 3, 0, 0.452);
  }
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.2);
    box-shadow: 0 4px 25px -22px black;
    z-index: 2;
    padding: 0px 20px;
}

.header-content{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    
}

menu{
    max-width: 1200px;
    margin: auto;
    height: 100%;
    
}
nav{
    height: 100%;
}
nav ul{
height: 100%;
display: flex;
}
nav ul li{
    height: 100%;
    list-style:none ;
    position: relative;
}

nav > ul > li a {
    width: 100%;
    height: 100%;
    display: flex;
    color: #ffffff;
    align-items: center;
    padding: 14px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 300ms ease;
}
nav > ul > li a:hover {
   transform: scale(1.1);
   color: #fffb03;
   
}
.logo{
    height: 70px;
    display: flex;
  
    justify-content: center;
    align-items: center;
}

.logo h1 b{
    color: #fdc346;
}


.icon{
    display: none;
}


.logo img{
   width: 120px;
}
.text-services p{
    color: #222221d5;
    font-size: 25px;
    display: flex;
    align-items: center;
   padding: 0px 80px ;
   color: #eee12d;
   font-family: 'Poppins',  sans-serif;
}
/*SUB MENU*/
nav  ul li ul {
width: 200px;
height: 200px;
display: flex;
position:absolute;
flex-direction: column;
background: #bebeba85;
top: 90px;
left: -5px;
padding: 7px 0px ;
visibility: hidden;
opacity: 0;
z-index: 10;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
transition: all 300ms ease;
}
nav  ul li:hover ul{
    visibility: visible;
    opacity: 1;
    top: 70px;
}

nav ul li ul:before{
content: "";
width: 0;
height: 0;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 12px solid rgb(138, 138, 138);
position: absolute;
top: -12px;
left: 20px;
}

nav ul li ul li a{
    display: block;
 
    padding: 6px;
    padding-left: 14px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 300ms ease;
}
nav ul li ul li a:hover{
    background: #e6e207a4;
    transform: scale(1.1);
    color: #ffffff;
    
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}
/*inicio portada*/
.container-cover{
    width: 100%;
    height: 750px;
    position: relative;
    margin-top: 80px;
    background-image: url(../images/cara\ de\ plagas.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  
}
  /*page services fumigation*/

  .controlpets img{
    width: 120px;
}

/*Portada*/
.logo img{
    width: 120px;
}


.container-info-cover{
    max-width: 800px;
    height: 500px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.container-info-cover h1{
    font-size: 60px;
    font-weight: 600;
    color: rgba(0,0,0,.5);
    margin-bottom: 200px;
    margin-left: 92px;
   
}

.container-info-cover p{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

/*Contenedor - contenido del articulo*/

.container-content{
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

article{
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
    box-shadow: -10px 0 20px -30px black;
    border-radius: 6px;
    position: relative;
    overflow: hidden;    
}

article:before{
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fdd246d7;
}

article h1{
    margin-top: 20px;
    font-weight: 500;
    font-size: 40px;
}

article p{
    margin-top: 20px;
    font-size: 18px;
    color: #3c3c3c;
}

article h2{
    color: hsl(0, 0%, 0%);
    
    -webkit-text-stroke: 0.8px rgb(255, 255, 255);
   
}
aside h2{ color: hsl(0, 0%, 0%);
    
    -webkit-text-stroke: 0.8px rgb(255, 255, 255);}
/**/

.control-1{
    width: 250px;
    height:230px ;
    margin-top: 20px;
} 
.control-2{
    width: 250px;
    height:230px ;
    margin-top: 20px;
} 
.control-3{
    width: 250px;
    height:230px ;
    margin-top: 20px;
} 

img {
border-radius: 15px;
width: 120px;

}
.container-content h1{

color: rgba(0,0,0,.5);
}
/*Aside de los articulos de relacionados*/

.container-aside aside{
  width: 320px;
  border-right: 6px;
  box-shadow: 0 0 20px -20px black;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.container-aside aside img{
    width: 100%;
}

.container-aside aside h2,
.container-aside aside p{
    margin-top: 20px;
    padding: 0px 20px;
}

.container-aside aside button{
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 50px;
    font-size: 16px;
    background: #fdbd46;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
}

.container-aside aside button:hover{
    opacity: 0.9;
}



/*Footer - pie de pagina*/




.container-footer footer .redes-footer .icon-redes-footer{
    font-size: 20px;
    margin: 20px;
    background: #efefef;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #a2a2a2;
}




.container-footer footer hr{
    margin-top: 20px;
    border: none;
    height: 2px;
    background: #c0c0c07a;
}


.container-footer h4{
    text-align: center;
    margin-top: 40px;
    color: #8e8e8e;
    font-weight: 500;
}

/* Responsive Design - adaptable a dispositivos moviles*/

@media screen and (max-width: 1220px){

    .header-content,
    .container-content,
    .container-footer footer{
        max-width: 1000px;
        padding: 0 20px;
    }


}

@media screen and (max-width: 1020px){

    .container-cover{
        background-image: url(../images/modelos\ fumigador\ ecology.png);
    }

    .container-content{
        width: 100%;
        flex-direction: column;
    }

    article{
        box-shadow: 0 0 0 0;
    }

    .container-aside{
        display: flex;
        justify-content: center;
    }

    .container-aside aside{
        max-width: 300px;
        margin: 10px;
    }

}

@media screen and (max-width: 800px){

   
    body{
        overflow-x: hidden;
    }

    .container-all{
        transition: all 300ms cubic-bezier(1,0,0,1);
    }

    .move-container-all{
        transform: translateX(300px);
    }
    .show-lateral {
        width: 300px;
        transform: translateX(0px);
    }
/*SLIDES WORD*/
.content-cover {
    position: absolute;
    top: 30%;
    left: 52%;
    transform: translate(-50%, -50%);
    height: 130px;
    overflow: hidden;
    font-family: "courier", sans-serif;
    font-size: 35px;
    line-height: 40px;

    font-weight: bold;
    color: rgb(255, 255, 255);
    font-weight: 600;
    -webkit-text-stroke: 1.5px rgb(0, 0, 0);
  }
  .content__container {
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    padding: 0 80px;
  }
  
  
  .content__container__text {
    display: inline;
    float: left;
    margin: 0;
  }
  .content__container__list {
    margin-top: 0;
    padding-left: 230px;
    text-align: left;
    list-style: none;
    animation: cambiar 12s infinite;
    }
  .content__container__list__item {
    line-height: 44px;
    margin: 7;
   
  }
  
  
}
@media screen and (max-width:1700px){
    .container--cover{
        background-position: 50%;
    }
}


@media screen and (max-width:1200px){
    .container--cover{
        background-position: -100%;
    }
    
}
@media screen and (max-width:1200px){
    .container--cover{
        background:url(fondo\ normal.jpg);
        background-size: cover;
    }
    
}

   @media(max-width: 900px){
    body{
        padding: 30px;
    }
    form{
        padding: 50px 30px;
        width: 100%;
       }

       input{
        padding: 15px ;
       }
   }
   
   .card-primary p{
    text-align: center;
   }
   @keyframes mover {
   0%{
    transform: translate(100%);
   }
   }
   @media screen and (max-width: 800px) {
    
    nav > ul{ 

        flex-direction: column;
        background-color: #fffb00;
    }
    
   
   }
 
       @media screen and (max-width:400px){
        .column{
            grid-template-columns: repeat(auto-fit,minmax(200px1fr));
        }
        .close{
            top: 20px;
            right: 20px;
        }
        .text--service h1{
            font-size: 25px;
        }
        .text--trust h1{
            font-size: 20px;
        }
        .footer-content h3{
            font-size: 12px;
           }
            
           .container .footer-content h4{
                font-size: 12px;
            }
            .footer-content p{
                font-size: 12px;
                text-align: left
                
            }
            .social-icons i{
                font-size: 15px;
            }
            .list li{
                padding: 1px;
            }
            a{
                font-size: 12px;
                padding: 0px 0px;
         
            }

            
        }
     /*page services fumigation*/


       
   /* Responsive Design - adaptable a dispositivos moviles*/

@media screen and (max-width: 1220px){

    .header-content,
    .container-content,
    .container-footer footer{
        max-width: 1000px;
        padding: 0 20px;
    }


}

@media screen and (max-width: 1020px){

    .container-content{
        width: 100%;
        flex-direction: column;
    }

    article{
        box-shadow: 0 0 0 0;
    }

    .container-aside{
        display: flex;
        justify-content: center;
    }

    .container-aside aside{
        max-width: 300px;
        margin: 10px;
    }

}
/*RESPONSIVE PAG*/
.icon_menu{
    font-size: 26px;
    color: white;
    cursor: pointer;
    width: 20px;
    height: 100%;
    align-items: center;
display: none;
    
}
#label_ckeck{
    width: 26px;
    height: 100%;
    display: none;
}

#check_menu{
    display: none;
}
@media screen and (max-width: 800px){
   
     body{
        overflow-x: hidden;
    }
    
    header{

    position: fixed;
    height: 100px;


}

  p.slogan{
    font-size: 10px;
    
   
}
.logo i h1{
    
    font-size: 18px ;

  }
  
  .logo img{
      margin-left: -20px;
  }
  
  .header-content{
   padding-top: 15px;

    

}

    .container-all{
        transition: all 300ms cubic-bezier(1,0,0,1);
    }

    .move-container-all{
        transform: translateX(300px);
    }

   .menu nav > ul{
        flex-direction: column;
        background-color: #505335b0;
        position: fixed;
        left: 0;
        top: 158px;
        width: 100%;
        height: 0px;
        transition: all 300ms ease;
        z-index: 100;
        opacity: 0;
        visibility: hidden;

    }

    nav >ul> li a:hover{
        transform: scale(1);
    }

    nav ul li ul{
        left:90px;
    }

    nav ul li:hover ul{
        top:50px;
    }

   #label_check{
    display: block;
   }
   .icon_menu{
    display: flex;
   }
   #check_menu:checked ~ nav > ul {
height: 300px;
visibility: visible;
opacity: 1;
   }
   .container-aside{
    flex-wrap: wrap;
}
}



